projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a449cc8
)
3.20.0
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 21 Mar 2016 11:04:12 +0000
(07:04 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 21 Mar 2016 11:54:42 +0000
(07:54 -0400)
NEWS
patch
|
blob
|
history
configure.ac
patch
|
blob
|
history
diff --git
a/NEWS
b/NEWS
index a3eb8505ed74e9b49b7681142519a3cc4a4a785a..71694ad90372d895b79fe6801820b66bf6cf9bcd 100644
(file)
--- a/
NEWS
+++ b/
NEWS
@@
-31,7
+31,10
@@
Overview of Changes in GTK+ 3.20.0
* Translation updates
Brazilian Portuguese
+ Czech
Danish
+ Finnish
+ Hungarian
Italian
Kazakh
Korean
diff --git
a/configure.ac
b/configure.ac
index a95125b14f6849d74501993d91dbfcf90c4da982..5c9a94f8148858a2f98732653ac9ca4531d614a2 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-9,8
+9,8
@@
# set GTK_BINARY_AGE and GTK_INTERFACE_AGE to 0.
m4_define([gtk_major_version], [3])
-m4_define([gtk_minor_version], [
19
])
-m4_define([gtk_micro_version], [
12
])
+m4_define([gtk_minor_version], [
20
])
+m4_define([gtk_micro_version], [
0
])
m4_define([gtk_interface_age], [0])
m4_define([gtk_binary_age],
[m4_eval(100 * gtk_minor_version + gtk_micro_version)])